C++ FQA Lite: Constructors - Yossi Kreinin This section is about constructors, which create C++ objects, as well as a large number of problems. [10.1] What's the deal with constructors? [10.2] Is there any difference between List x; and List x();? [10.3] Can one constructor of a class call another